application: Correct the fallback definition for gtk_application_end_session
authorRob Bradford <rob@linux.intel.com>
Mon, 9 Jan 2012 15:07:08 +0000 (15:07 +0000)
committerRob Bradford <rob@linux.intel.com>
Mon, 9 Jan 2012 15:09:27 +0000 (15:09 +0000)
commit4007449a58822fee531b8f6ec99a966d8fab3f54
tree7aa90dc0ed350d3ad5684c209207d5c7a049b18a
parentcf2590d673744dd72bbaed6bd929ee1c606d70fb
application: Correct the fallback definition for gtk_application_end_session

The function definition used a pointer to the enum value rather than the enum
itself.

This broke the build on platforms that don't have an implmentation of these
functions.
gtk/gtkapplication.c